
USE BSG
BEGIN TRANSACTION
	Update AppConfig SET DefaultAcLedgerReportStyle = 'Ledger B'
GO
COMMIT